PauseClient
Description
invoke the PauseClient to enable or pause the Agent client.
Request Method
POST
Request Path
/apsara/route/Sas/PauseClient
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Value | BODY | string | Yes | 1 | the open state of the agent client. Valid values include: 0: close 1: open |
Uuids | BODY | string | Yes | uuid-1211-sadsd-2131 | the list of servers that need to open or suspend the agent client. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 6673D49C-A9AB-40DD-B4A2-B92306701AE7 | the unique identifier generated by alibaba cloud for this request. |
Example
Successful Response example
{
"RequestId":"6673D49C-A9AB-40DD-B4A2-B92306701AE7"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}